home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PD Collection CD 1
/
PD Collection CD 1.iso
/
data
/
indexer
/
!Indexer
/
!Run
< prev
next >
Wrap
Text File
|
1993-05-06
|
1KB
|
44 lines
|
| File Name : !Run
| Author : © Stephen Mansfield 1993
| Release : 0.60
| Date : 4-May-93
|
| Merge sprite file to common wimp pool and set directory variable.
|
IconSprites <Obey$Dir>.!Sprites
Set Indexer$Dir <Obey$Dir>
|
| Set file type variables.
| To change the file type see the !Boot file for details.
|
Set File$Type_0AA Indexer
Set Alias$@RunType_0AA Run <Obey$Dir>.!Run -load %%*0
|
| Set Indexer options environment variable.
|
| This variable sets some of the display options available in Indexer. It
| is mainly concerned with the disc window. Codes that effect what is
| displayed in the winodw are:
| DA - display file/directory attributes
| DS - display file sizes
| DT - display file types
| DD - display file/directory date stamps
| DP - suppress application directories' contents
| DF - suppress files
| While the codes which effect the colour of the text and background in
| the disc window are:
| CDx - print directory information in WIMP colour x
| CFx - print file information in colour x
| CBx - set window background colour to x
| Other codes supportted include:
| FWT - Makes Indexer use outline fonts in its title bars of its windows
| (this feature is usual incompatible when 3D window tools are loaded).
|
Set Indexer$Options "DA DS CD7 CF5 CB0"
|
| Get 128 Kbytes and load program into it.
|
WimpSlot -min 128k -max 128k
Run <Indexer$Dir>.!RunImage %*0 -filetype 0x0AA